object EventOptForm: TEventOptForm Left = 548 Top = 120 BorderIcons = [] BorderStyle = bsDialog Caption = 'EventOptForm' ClientHeight = 237 ClientWidth = 295 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter Scaled = False ShowHint = True PixelsPerInch = 96 TextHeight = 13 object Order: TRadioGroup Left = 8 Top = 8 Width = 281 Height = 73 Hint = 'Most triggers should use "after"' Caption = 'Order' Items.Strings = ( 'Regular (&override the default event display)' '&Before the event is displayed' '&After the event is displayed') TabOrder = 0 end object GroupBox1: TGroupBox Left = 8 Top = 88 Width = 281 Height = 113 Caption = 'Matching' TabOrder = 1 object ExactMask: TCheckBox Left = 8 Top = 16 Width = 97 Height = 17 Hint = 'Don'#39't evaluate the mask at load time or match extra words' Caption = 'E&xact mask' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 end object EvalMask: TCheckBox Left = 8 Top = 40 Width = 161 Height = 17 Hint = 'Evaluate the mask at match time' Caption = '&Evaluate mask' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 end object MatchCase: TCheckBox Left = 8 Top = 64 Width = 97 Height = 17 Hint = 'Perform case-sensitive matching' Caption = 'Match &case' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 end object RegExp: TCheckBox Left = 8 Top = 88 Width = 121 Height = 17 Hint = 'Mask is a Perl-style regexp' Caption = '&Regular expression' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 3 end end object OKBtn: TBitBtn Left = 136 Top = 208 Width = 75 Height = 25 TabOrder = 2 OnClick = OKBtnClick Kind = bkOK end object CancelBtn: TBitBtn Left = 214 Top = 208 Width = 75 Height = 25 TabOrder = 3 Kind = bkCancel end end